home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 11 / AMUG BBS in a Box Volume XI (April 1994) (MacWizards).iso / Files / Hyper / Hy-Hyperi / Hyperbug.sit / HYPERBUG 1.0 / HYPERBUG 1.0 / card_8327.txt < prev    next >
Encoding:
Text File  |  1989-10-12  |  1.3 KB  |  55 lines

  1. -- card: 8327 from stack: in.0
  2. -- bmap block id: 9272
  3. -- flags: 0000
  4. -- background id: 2687
  5. -- name: commands
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 8003
  11. -- rect: left=11 top=297 right=319 bottom=125
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: print
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   hide bkgnd btn "next"
  23.   hide bkgnd btn "prev"
  24.   hide bkgnd btn "back"
  25.   hide me
  26.   print this card
  27.   show bkgnd btn "next"
  28.   show bkgnd btn "prev"
  29.   show bkgnd btn "back"
  30.   show me
  31. end mouseUp
  32.  
  33.  
  34.  
  35. -- part contents for background part 65
  36. ----- text -----
  37. 1. Click on Hyperbug to start.
  38. 2. Click on Hyperbug after choosing script and vars.
  39. 3. Command/Click on Hyperbug to abort Hyperbug.
  40. 4. Shift/Click on field to reset to stacks object list.
  41. 5. Option/Click on field to edit object script.
  42.  
  43.  
  44. 1. Click anywhere step through script.
  45. 2. Hold mouse down anywhere to rapid step.
  46. 3. Command/Click on Hyperbug to stop debugging .
  47. 4. Shift/Click on Hyperbug to hide Hyperbug fields.
  48. 5. Shift/Click on Hyperbug to show Hyperbug fields.
  49.  
  50.  
  51. 1. Click on Hyperbug again to de-bug script.
  52. 2.  Shift/Click on field to show object list.
  53. 3.  Option/Click on field to open objects script.
  54. 4. Command/Click on Hyperbug to abort Hyperbug.
  55.